Configure the Controller

The controller is configured using the Controller Properties dialog box.

Configure the Controller

Procedure

  1. In the Project Explorer, right-click the new controller to open the menu and click Properties.
  2. Choose the Controller Type.
  3. Define the IP Address.
  4. Optional: Specify a version number (the string can be composed of any character).

    • Versioning is useful to make improvements to the application and if a version control system is needed.
      The version is saved in your project file.
      See Use a Version Control System for more information.

  5. Optional: Choose whether the project's source code should be downloaded to the controller.
    This is enabledClosed Enable signal for the drive, Hardware-Enable with 24V signal to X8, Software-Enable command by setup Software, fieldbus or permanently set. Both are required for enabling the drive. by default and your preference is saved with the project.
    DisablingClosed Removal of the ENABLE signal. Disables power stage. this option means a comparison of source on the controller and in the IDEClosed Integrated Development Environment - An type of computer software that assists computer programmers in developing software. IDEs normally consist of a source code editor, a compiler and/or interpreter, build-automation tools, and a debugger. is not available.
  6. Optional: Choose whether PLC variables are read/written via an HTTP connection.
    This requires that the source be downloaded to the controller.
    By default this option is disabled so unauthorized changes may not be made.

    • Recompile the project before downloading it to the controller.

  7. Select whether ModbusClosed Modbus® is a serial communications protocol. it is the most commonly available means of connecting industrial electronic devices. Modbus is often used to connect a supervisory computer with a remote terminal unit in supervisory control and data acquisition (SCADA) systems. Versions of the Modbus protocol exist for serial port and Ethernet. It is widely used with TCP/IP over Ethernet. goes to a KVBClosed Kollmorgen Visual Builder for HMI Panel or is handled by another Modbus device.
  8. Set the Cycle Time (i.e., the communication update frequency).
    See Modbus Slave for more information.
  9. Click OK.